var runtime.pendingPreemptSignals
6 uses
runtime (current package)
proc.go#L1725: pendingPreemptSignals.Add(-1)
proc.go#L4432: var pendingPreemptSignals atomic.Int32
proc.go#L4444: for pendingPreemptSignals.Load() > 0 {
signal_unix.go#L356: pendingPreemptSignals.Add(-1)
signal_unix.go#L377: pendingPreemptSignals.Add(1)
signal_unix.go#L456: pendingPreemptSignals.Add(-1)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |